fix 'function' : incompatible types - from 'struct _cairo *' to 'struct
authorHans Breuer <hans@breuer.org>
Sat, 21 Jun 2008 09:49:00 +0000 (09:49 +0000)
committerHans Breuer <hans@src.gnome.org>
Sat, 21 Jun 2008 09:49:00 +0000 (09:49 +0000)
commitd3ce448c208da3bdc27367ee8e3459e2e211ba78
tree90754b3e79876e0ac04d2e7518ef85f60cfb90af
parent743eebc1a5bfda14eb152c07c72dc63ad87394e7
fix 'function' : incompatible types - from 'struct _cairo *' to 'struct

2008-06-21  Hans Breuer  <hans@breuer.org>

* gtk/gtkprintoperation-win32.c(1713) : fix 'function' : incompatible
types - from 'struct _cairo *' to 'struct _cairo_surface *' by
passing the surface to cairo_surface_show_page(), not the context
* gtk/gtkprintoperation-win32.c(866) : get rid of warning C4018:
'<' : signed/unsigned mismatch by using guint for the loop

* gtk/gtkmenu.c(gtk_menu_get_property) : property 'menu::active' is
an uint, gtk_menu_get_active() returns the widget pointer. Convert
the latter to the former by calculating the index in menu::children
Also fix some occurences of g_return_if_fail() where
g_return_val_if_fail() was meant

svn path=/trunk/; revision=20662
ChangeLog
gtk/gtkmenu.c
gtk/gtkprintoperation-win32.c